home *** CD-ROM | disk | FTP | other *** search
/ SGI ONC3 NFS v2 / SGI ONC3 NFS v2.iso / dist6.3 / nfs.idb / var / yp / updaters.z / updaters
Text File  |  1996-11-21  |  385b  |  20 lines

  1. #
  2. #    Sample /var/yp/updaters file
  3. #
  4. #    Update file for NIS
  5.  
  6. # where the NIS files live
  7. DIR=/etc
  8. # where the NIS binaries live
  9. EXEDIR=/usr/sbin
  10. # where the NIS scripts live
  11. SCRIPTDIR=/var/yp
  12.  
  13. all: hosts.byname bootparams
  14.  
  15. hosts.byname:
  16.     -@$(EXEDIR)/registrar $(DIR)/hosts "$(SCRIPTDIR)/ypmake hosts"
  17.  
  18. bootparams:
  19.     $(EXEDIR)/updbootparam $(DIR)/bootparams "$(SCRIPTDIR)/ypmake bootparams"
  20.